上云无忧 > 文档中心 > 天翼云对象存储(OOS经典版)I型操作跟踪API错误码列表
对象存储
天翼云对象存储(OOS经典版)I型操作跟踪API错误码列表

文档简介:
HTTP响应码 错误码(code) 错误信息(message) 错误描述 400 InvalidTrailNameException Trail name too short. Minimum allowed length: 3 characters. Specified name length: 2 characters. 跟踪的名称非法,字符长度不足。 400 InvalidTrailNameException Trail name too long. Maximum allowed length: 128 characters. Specified name length: 140 characters. 跟踪的名称非法,超过最大字符长度。
*产品来源:中国电信天翼云。免费试用 咨询热线:400-826-7010,为您提供专业的售前咨询,让您快速了解云产品,助您轻松上云! 微信咨询
  免费试用、价格特惠

错误码列表


HTTP响应码

错误码(code)

错误信息(message)

错误描述

400

InvalidTrailNameException

Trail name too short. Minimum allowed length: 3 characters.   Specified name length: 2 characters.

跟踪的名称非法,字符长度不足。

400

InvalidTrailNameException

Trail   name too long. Maximum allowed length: 128 characters. Specified name length:   140 characters.

跟踪的名称非法,超过最大字符长度。

400

TrailAlreadyExistsException

Trail trailName already exists for the customer: accountId

跟踪已经存在。

400

TrailNotFoundException

Unknown trail: arn:ctyun:CloudTrail:ctyun:accountId:trail/trailName   for the customer: accountId

跟踪不存在。

400

MaximumNumberOfTrailsExceededException

User: accountId already has 10   trails.

跟踪超过最大数量限制。

400

S3BucketDoesNotExistException

Bucket name does not exist: bucketName

创建跟踪时,bucketName不存在。

400

InvalidTrailNameException

Trail name cannot be blank!

跟踪名称为空。

400

InvalidS3PrefixException

S3 prefix is longer than maximum length: s3Prefix

前缀超过长度限制。

400

InvalidLookupAttributesException

Lookup attribute key is not valid.

Lookup属性key非法。

400

InvalidLookupAttributesException

Lookup attribute value is not valid.

Lookup属性值非法。

400

InvalidMaxResultsException

A max results value of {maxNumber} is invalid. Specify max   results between 1 and 50.

设置的lookupEvents返回的最大结果数超过限制。

400

InvalidEventSelectorsException

Specify a valid number of selectors for your trail

一个管理事件追踪的筛选器只能有一个。

403

AccessDenied

Access Denied

权限认证不通过。

403

AccessDenied

Can not access bucket {bucketName}

创建trail时,指定的bucket不是当前账户下的bucket。

400

InvalidTrailNameException

Trail names must not be formatted as an IP address.

trail名称不合法,是ip格式。

400

InvalidTrailNameException

Trail name must ends with a letter or number.

trail名称不合法,不是以数字或字母结尾。

400

InvalidTrailNameException

Trail name must starts with a letter or number.

trail名称不合法,不是以数字或字母开头。

400

InvalidTrailNameException

Trail name or ARN cannot have adjacent periods (.), hyphens (-),   or underscores (_)."

tail名称不合法,包含连续的“.”“-”“_”。

400

InvalidEventSelectorsException

Value {ReadWriteType} for ReadWriteType is invalid.

创建筛选器时,ReadWriteType的值不正确。

400

InvalidTimeRangeException

The start time precedes the end time.

Lookup时,起始时间晚于结束时间。

500

InternalError  

We   encountered an internal error. Please try again.

发生内部错误,请重试。

405

MethodNotAllowed

Method   is not allowed.

操作不能被识别。

400

InvalidTrailNameException

Trail   name or ARN can only contain uppercase letters, lowercase letters, numbers, periods   (.), hyphens (-), and underscores (_).

trail名称不合法,包含非法字符。

400

InvalidS3BucketNameException

Bucket   name cannot be blank!

创建trail 时,bucket名称不能为空。

400

InvalidLookupAttributesException

Lookup   attribute key can not be multiple.

lookup 属性key只能设置一个。

相似文档
  • 类别 事件 Bucket DeleteBucket DeleteBucketLifecycle GetBucketLifecycle GetBucketLocation CreateBucket PutBucketLifecycle PutBucketLogging GetBucketAcl PutBucketAcl GetBucketPolicy PutBucketPolicy DeleteBucketPolicy GetBucketWebsite PutBucketWebsite DeleteBucketWebsite
  • 接入地址 IAM服务的接入地址为:oos-cn-iam.ctyunapi.cn。 通信协议 为了保证通信的安全性,IAM仅支持HTTPS 请求方法 IAM支持POST请求方法发送请求。 请求参数 每个请求都需要指定如下信息: 要执行的操作:Action参数。 每个操作接口都需要包含的公共请求参数。 操作接口所特有的请求参数。 注意:请求的参数都需要url encode,服务端进行url decode。 字符编码 请求及返回结果都使用UTF-8字符集进行编码。
  • 列出所有IAM可以使用的API接口及相关描述。 用户管理接口 API 描述 CreateUser 此操作用来创建新的IAM用户。 GetUser 此操作用户查看IAM用户信息。 ListUsers 此操作用来列出IAM用户。 DeleteUser 此操作用来删除指定的IAM用户。 TagUser 此操作用来为IAM用户添加标签。
  • 此操作用来创建新的IAM用户。 请求参数 名称 描述 是否必填 Action CreateUser 是 Version 请求版本。 取值:2010-05-08。默认值为2010-05-08。 否 UserName 创建IAM用户的用户名,用户名在账户中必须唯一。 类型:字符串 取值:1~64位字符串组成,字符只能包含字母、数字或特殊字符,字母不区分大小写,特殊字符只能是:下划线(_)、中划线(-)、逗号(,)、句点(.)、加号(+)、等号(=)和at符号(@)。 是
  • 此操作用来获取IAM用户信息。 请求参数 名称 描述 是否必填 Action GetUser 是 Version 请求版本。 取值:2010-05-08。默认值为2010-05-08。 否 UserName 查询用户的用户名。 类型:字符串 取值:1~64位字符串组成,字符只能包含字母、数字或特殊字符,字母不区分大小写,特殊字符只能是:下划线(_)、中划线(-)、逗号(,)、句点(.)、加号(+)、等号(=)和at符号(@)。 否
官方微信
联系客服
400-826-7010
7x24小时客服热线
分享
  • QQ好友
  • QQ空间
  • 微信
  • 微博
返回顶部